home *** CD-ROM | disk | FTP | other *** search
/ Java Developer's Companion / Java Developer's Companion.iso / documentation / tutorial / native1.1 / implementing / example-1.1 / CubbyHole.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-07-13  |  508 b   |  30 lines

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <jni.h>
  3. /* Header for class CubbyHole */
  4.  
  5. #ifndef _Included_CubbyHole
  6. #define _Included_CubbyHole
  7. #ifdef __cplusplus
  8. extern "C" {
  9. #endif
  10. /*
  11.  * Class:     CubbyHole
  12.  * Method:    get
  13.  * Signature: ()I
  14.  */
  15. JNIEXPORT jint JNICALL Java_CubbyHole_get
  16.   (JNIEnv *, jobject);
  17.  
  18. /*
  19.  * Class:     CubbyHole
  20.  * Method:    put
  21.  * Signature: (I)V
  22.  */
  23. JNIEXPORT void JNICALL Java_CubbyHole_put
  24.   (JNIEnv *, jobject, jint);
  25.  
  26. #ifdef __cplusplus
  27. }
  28. #endif
  29. #endif
  30.